![]() |
PATH![]() |
![]() ![]() |
Merges event flags into a specified event group.
OSStatus MPSetEvent (
MPEventID event,
MPEventFlags flags);
The flags are logically ORed with the current flags in the event group. This procedure is an atomic operation to ensure that multiple updates do not get lost. If tasks are waiting on this event group, the first waiting task is unblocked.
Note that you can call this function from an interrupt handler.
The function MPWaitForEvent .